home *** CD-ROM | disk | FTP | other *** search
/ LiquidLibrary 2005 February / LiquidLibrary 2005 February - Disc 1.iso / pc / Portfolio Browser / Filters / PDF / LIB / gs_sym_e.ps < prev    next >
Text File  |  2003-01-03  |  3KB  |  74 lines

  1. %    Copyright (C) 1991, 1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
  2. % This software is licensed to a single customer by Artifex Software Inc.
  3. % under the terms of a specific OEM agreement.
  4.  
  5. % $RCSfile$ $Revision$
  6. % Define the Symbol encoding vector.
  7. /currentglobal where
  8.  { pop currentglobal { setglobal } true setglobal }
  9.  { { } }
  10. ifelse
  11. /SymbolEncoding
  12. % \000
  13.     StandardEncoding 0 32 getinterval aload pop        % /.notdef
  14. % \040
  15.     /space /exclam /universal /numbersign
  16.     /existential /percent /ampersand /suchthat
  17.     /parenleft /parenright /asteriskmath /plus
  18.     /comma /minus /period /slash
  19.     /zero /one /two /three
  20.     /four /five /six /seven
  21.     /eight /nine /colon /semicolon
  22.     /less /equal /greater /question
  23. % \100
  24.     /congruent /Alpha /Beta /Chi
  25.     /Delta /Epsilon /Phi /Gamma
  26.     /Eta /Iota /theta1 /Kappa
  27.     /Lambda /Mu /Nu /Omicron
  28.     /Pi /Theta /Rho /Sigma
  29.     /Tau /Upsilon /sigma1 /Omega
  30.     /Xi /Psi /Zeta /bracketleft
  31.     /therefore /bracketright /perpendicular /underscore
  32. % \140
  33.     /radicalex /alpha /beta /chi
  34.     /delta /epsilon /phi /gamma
  35.     /eta /iota /phi1 /kappa
  36.     /lambda /mu /nu /omicron
  37.     /pi /theta /rho /sigma
  38.     /tau /upsilon /omega1 /omega
  39.     /xi /psi /zeta /braceleft
  40.     /bar /braceright /similar /.notdef
  41. % \200
  42.     StandardEncoding 0 32 getinterval aload pop        % /.notdef
  43. % \240
  44.     /Euro /Upsilon1 /minute /lessequal
  45.     /fraction /infinity /florin /club
  46.     /diamond /heart /spade /arrowboth
  47.     /arrowleft /arrowup /arrowright /arrowdown
  48.     /degree /plusminus /second /greaterequal
  49.     /multiply /proportional /partialdiff /bullet
  50.     /divide /notequal /equivalence /approxequal
  51.     /ellipsis /arrowvertex /arrowhorizex /carriagereturn
  52. % \300
  53.     /aleph /Ifraktur /Rfraktur /weierstrass
  54.     /circlemultiply /circleplus /emptyset /intersection
  55.     /union /propersuperset /reflexsuperset /notsubset
  56.     /propersubset /reflexsubset /element /notelement
  57.     /angle /gradient /registerserif /copyrightserif
  58.     /trademarkserif /product /radical /dotmath
  59.     /logicalnot /logicaland /logicalor /arrowdblboth
  60.     /arrowdblleft /arrowdblup /arrowdblright /arrowdbldown
  61. % \340
  62.     /lozenge /angleleft /registersans /copyrightsans
  63.     /trademarksans /summation /parenlefttp /parenleftex
  64.     /parenleftbt /bracketlefttp /bracketleftex /bracketleftbt
  65.     /bracelefttp /braceleftmid /braceleftbt /braceex
  66.     /.notdef /angleright /integral /integraltp
  67.     /integralex /integralbt /parenrighttp /parenrightex
  68.     /parenrightbt /bracketrighttp /bracketrightex /bracketrightbt
  69.     /bracerighttp /bracerightmid /bracerightbt /.notdef
  70. 256 packedarray .defineencoding
  71. 2 SymbolEncoding .registerencoding
  72. exec
  73.